Package | dk.ehealth.sundhed.fhir.ig.core |
Type | OperationDefinition |
Id | Id |
FHIR Version | R4 |
Source | http://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition--s-get-report-job-status.html |
Url | https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-report-job-status |
Version | 3.3.0 |
Status | active |
Date | 2024-12-10T11:15:22+00:00 |
Name | get-report-job-status |
Title | Get Report Job Status |
Experimental | False |
Realm | dk |
Description | ### Status Contents This operation returns status for reports scheduled by the user (by schedule or execute) ### Output The output is a Bundle containing Parameters resources for each scheduled report. The parts of the Parameters describe the class of report, the parameters that the report was scheduled with, the user ID, the status of the report, a reference to the report Binary and time of creation, start, and end of execution. ### Example output { 'resourceType': 'Bundle', 'type': 'collection', 'entry': [ { 'fullUrl': 'ce35bcd5-4bb2-4c6e-b230-5347df1fe9bc', 'resource': { 'resourceType': 'Parameters', 'id': 'ce35bcd5-4bb2-4c6e-b230-5347df1fe9bc', 'parameter': [ { 'name': 'reportJob', 'part': [ { 'name': 'reportClass', 'valueString': 'com.systematic.ehealth.reporting.reports.PatientsUsageReport' }, { 'name': 'userId', 'valueString': '0aaca7cd-67c3-48dd-a8c4-0cceecb5d276' }, { 'name': 'status', 'valueString': 'DONE' }, { 'name': 'binary', 'valueReference': { 'reference': 'https://reporting.local.ehealth.sundhed.dk/fhir/Binary/7' } }, { 'name': 'parameters', 'resource': { 'resourceType': 'Parameters', 'parameter': [ { 'name': 'anonymization', 'valueString': 'None' } ] } }, { 'name': 'created', 'valueDateTime': '2023-10-12T09:51:50+00:00' }, { 'name': 'started', 'valueDateTime': '2023-10-12T09:51:50+00:00' }, { 'name': 'ended', 'valueDateTime': '2023-10-12T09:51:51+00:00' } ] } ] } } ] } |
Type | false |
Kind | operation |
CapabilityStatement | |
reporting | reporting |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition -s-get-report-job-status
URL: [base]/$get-report-job-status
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
OUT | return | 0..1 | Bundle |
{
"resourceType" : "OperationDefinition",
"id" : "-s-get-report-job-status",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition -s-get-report-job-status</b></p><a name=\"-s-get-report-job-status\"> </a><a name=\"hc-s-get-report-job-status\"> </a><a name=\"-s-get-report-job-status-da-DK\"> </a><p>URL: [base]/$get-report-job-status</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>OUT</td><td>return</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td/></tr></table></div>"
},
"url" : "https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-report-job-status",
"version" : "3.3.0",
"name" : "get-report-job-status",
"title" : "Get Report Job Status",
"status" : "active",
"kind" : "operation",
"date" : "2024-12-10T11:15:22+00:00",
"publisher" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"contact" : [
{
"name" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"telecom" : [
{
"system" : "url",
"value" : "http://ehealth.sundhed.dk"
}
]
}
],
"description" : "### Status Contents \nThis operation returns status for reports scheduled by the user (by schedule or execute)\n### Output\nThe output is a Bundle containing Parameters resources for each scheduled report.\nThe parts of the Parameters describe the class of report, the parameters that the report\nwas scheduled with, the user ID, the status of the report, a reference to the report Binary\nand time of creation, start, and end of execution.\n### Example output\n{\n 'resourceType': 'Bundle',\n 'type': 'collection',\n 'entry': [\n {\n 'fullUrl': 'ce35bcd5-4bb2-4c6e-b230-5347df1fe9bc',\n 'resource': {\n 'resourceType': 'Parameters',\n 'id': 'ce35bcd5-4bb2-4c6e-b230-5347df1fe9bc',\n 'parameter': [\n {\n 'name': 'reportJob',\n 'part': [\n {\n 'name': 'reportClass',\n 'valueString': 'com.systematic.ehealth.reporting.reports.PatientsUsageReport'\n },\n {\n 'name': 'userId',\n 'valueString': '0aaca7cd-67c3-48dd-a8c4-0cceecb5d276'\n },\n {\n 'name': 'status',\n 'valueString': 'DONE'\n },\n {\n 'name': 'binary',\n 'valueReference': {\n 'reference': 'https://reporting.local.ehealth.sundhed.dk/fhir/Binary/7'\n }\n },\n {\n 'name': 'parameters',\n 'resource': {\n 'resourceType': 'Parameters',\n 'parameter': [\n {\n 'name': 'anonymization',\n 'valueString': 'None'\n }\n ]\n }\n },\n {\n 'name': 'created',\n 'valueDateTime': '2023-10-12T09:51:50+00:00'\n },\n {\n 'name': 'started',\n 'valueDateTime': '2023-10-12T09:51:50+00:00'\n },\n {\n 'name': 'ended',\n 'valueDateTime': '2023-10-12T09:51:51+00:00'\n }\n ]\n }\n ]\n }\n }\n ]\n}\n",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "DK",
"display" : "Denmark"
}
]
}
],
"affectsState" : false,
"code" : "get-report-job-status",
"system" : true,
"type" : false,
"instance" : false,
"parameter" : [
{
"name" : "return",
"use" : "out",
"min" : 0,
"max" : "1",
"type" : "Bundle"
}
]
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.